.requiredEntryMissing {
	background-color: red;
}
.requiredEntryMissing:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .requiredEntryMissing:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color: red;
}
.cyanCell {
	background-color: cyan;
}
.cyanCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .redCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color: cyan;
}
.redCell {
	background-color: pink;
}
.redCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .redCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color: pink;
}
.yellowCell {
	background-color: yellow;
}
.yellowCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .yellowCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color: yellow;
}
.yellowCell_Locked {
	background-color: yellow;
	font-style: italic;
    color: navy !important;
}
.yellowCellLocked:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .yellowCellLocked:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color: yellow;
	font-style: italic;
    color: navy !important;
}
.paleGreenCell {
	background-color: #D5F2B5;
}
.paleGreenCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .paleGreenCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color: #D5F2B5;
}
.greenCell {
	background-color: lightgreen;
}
.greenCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .greenCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color: lightgreen;
}
.unimportantCell {
	color: lightgrey;
	background-color:#f0f0f0;
}
.unimportantCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .unimportantCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	color: lightgrey;
	background-color:#f0f0f0;
}
.lightGreyCell {
	background-color:#e6e6e6;
}
.lightGreyCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .lightGreyCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color:#e6e6e6;
}
.greyCell {
	background-color:grey;
}
.greyCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .greyCell:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color:grey;
}
.mediumTurquoiseBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .mediumTurquoiseBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color:grey;
}	
.mediumTurquoiseBackground {
	background-color: SKYBLUE;
}
.mediumTurquoiseBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .mediumTurquoiseBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color:SKYBLUE;
}
.turquoiseBackground {
	background-color: LIGHTBLUE;
}
.turquoiseBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .turquoiseBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color:LIGHTBLUE;
}
.paleTurquoiseBackground {
	background-color: POWDERBLUE;
}
.paleTurquoiseBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .paleTurquoiseBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color:POWDERBLUE;
}
.whiteBackground {
	background-color: white;
}
.whiteBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .whiteBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color:white;
}
.lightBlueBackground {
	background-color:#ccf2ff;
}
.lightBlueBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .lightBlueBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color:#ccf2ff;
}
.lighterBlueBackground {
	background-color:#e6f9ff;
}
.lightBlueBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .lighterBlueBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color:#e6f9ff;
}
.greenBackground {
	background-color:springgreen;
}
.greenBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .greenBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color:springgreen;
}
.greenBackground {
	background-color:springgreen;
}
.greenBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .greenBackground:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
	background-color:springgreen;
}
.itrProgressBar {
	line-height: 20px;
	border:solid 1px;
	border-radius: 5px;
}

